home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 August / EnterCD 8_2002.iso / Grafika / Adobe Photoshop Interface Improver 2.1 / apimprinst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-06-18  |  1.9 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Adobe Photoshop Interface Improver
  4. AppVerName=Adobe Photoshop Interface Improver 2.2
  5. AppId=Adobe Photoshop Interface Improver
  6. AppPublisher=Interface Improvement Inc.
  7. AppPublisherURL=http://www.interfaceimprovement.com
  8. AppSupportURL=http://www.interfaceimprovement.com
  9. AppUpdatesURL=http://www.interfaceimprovement.com
  10. DefaultDirName={pf}\Adobe Photoshop Interface Improver
  11. DefaultGroupName=Adobe Photoshop Interface Improver
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\ApImpr.exe"; DestDir: "{app}"; 
  20. Source: "{app}\improver.dll"; DestDir: "{app}"; 
  21. Source: "{app}\Help.html"; DestDir: "{app}"; 
  22. Source: "{app}\flash.html"; DestDir: "{app}"; 
  23. Source: "{app}\flash.swf"; DestDir: "{app}"; 
  24. Source: "{app}\iicom.gif"; DestDir: "{app}"; 
  25. Source: "{app}\hrline.gif"; DestDir: "{app}"; 
  26. Source: "{app}\ball.gif"; DestDir: "{app}"; 
  27. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  28. Source: "{app}\License.txt"; DestDir: "{app}"; 
  29. [Run]
  30. Filename: "{app}\ApImpr.exe"; Description: "Launch Adobe Photoshop Interface Improver"; Flags: postinstall skipifsilent nowait
  31. [Icons]
  32. Name: "{group}\Adobe Photoshop Interface Improver"; Filename: "{app}\ApImpr.exe"; 
  33. Name: "{group}\Interface Improver Help"; Filename: "{app}\Help.html"; 
  34. Name: "{group}\Flash Demonstration"; Filename: "{app}\flash.html"; 
  35. Name: "{userdesktop}\Adobe Photoshop Interface Improver"; Filename: "{app}\ApImpr.exe"; Tasks: desktopicon; 
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{userstartup}\Adobe Photoshop Interface Improver.lnk"; 
  40. Type: files; Name: "{app}\photoshop.ini"; 
  41.